net.TCPListener.ok (method)
7 uses
net (current package)
tcpsock.go#L362: if !l.ok() {
tcpsock.go#L371: if !l.ok() {
tcpsock.go#L384: if !l.ok() {
tcpsock.go#L397: if !l.ok() {
tcpsock.go#L414: if !l.ok() {
tcpsock.go#L431: if !l.ok() {
tcpsock_posix.go#L156: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)